home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc / match < prev    next >
Encoding:
Text File  |  1997-01-15  |  842 b   |  19 lines

  1. ###  match +<attr> [[start] limit]
  2.    shows you user records which have the attributes listed (such as
  3.    '.match +of' to show all users who are friends and ops)
  4. ###  match <wildcard-string> [[start] limit]
  5.    shows you user records where the nickname or any of the hostmasks
  6.    match the wildcard string shown.
  7.  
  8.    the default limit is 20, meaning that if more than 20 user records
  9.    match your requirements, only the first 20 will be shown.  you can
  10.    change this limit by specifying one on the command line, though.
  11.    if you include a limit, you may also include a starting place (the
  12.    default is 1).  for example, to list the first 15 users who have
  13.    hostmasks from clemson.edu:
  14.       .match *clemson.edu 15
  15.    to get the next 10 (if there are more than 15), you ask to list
  16.    numbers 16 thru 25:
  17.       .match *clemson.edu 16 25
  18.  
  19.